All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.CellForTextAttachment

public interface CellForTextAttachment
This interface wraps the Objective-C protocol NSTextAttachmentCell *


Method Index

 o attachment()
A wrapper for the - attachment Objective-C instance method.
 o cellBaselineOffset()
A wrapper for the - cellBaselineOffset Objective-C instance method.
 o cellSize()
A wrapper for the - cellSize Objective-C instance method.
 o drawWithFrame(Rect, View)
A wrapper for the - drawWithFrame:inView: Objective-C instance method.
 o highlightWithFrameInView(boolean, Rect, View)
A wrapper for the - highlight:withFrame:inView: Objective-C instance method.
 o setAttachment(TextAttachment)
A wrapper for the - setAttachment: Objective-C instance method.
 o trackMouse(Event, Rect, View, boolean)
A wrapper for the - trackMouse:inRect:ofView:untilMouseUp: Objective-C instance method.
 o wantsToTrackMouse()
A wrapper for the - wantsToTrackMouse Objective-C instance method.

Methods

 o drawWithFrame
 public abstract void drawWithFrame(Rect cellFrame,
                                    View controlView)
A wrapper for the - drawWithFrame:inView: Objective-C instance method.

 o wantsToTrackMouse
 public abstract boolean wantsToTrackMouse()
A wrapper for the - wantsToTrackMouse Objective-C instance method.

 o highlightWithFrameInView
 public abstract void highlightWithFrameInView(boolean flag,
                                               Rect cellFrame,
                                               View controlView)
A wrapper for the - highlight:withFrame:inView: Objective-C instance method.

 o trackMouse
 public abstract boolean trackMouse(Event theEvent,
                                    Rect cellFrame,
                                    View controlView,
                                    boolean flag)
A wrapper for the - trackMouse:inRect:ofView:untilMouseUp: Objective-C instance method.

 o cellSize
 public abstract Size cellSize()
A wrapper for the - cellSize Objective-C instance method.

 o cellBaselineOffset
 public abstract Point cellBaselineOffset()
A wrapper for the - cellBaselineOffset Objective-C instance method.

 o setAttachment
 public abstract void setAttachment(TextAttachment anObject)
A wrapper for the - setAttachment: Objective-C instance method.

 o attachment
 public abstract TextAttachment attachment()
A wrapper for the - attachment Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index